07. Model Validation in Keras

Model Validation in Keras

Optional Resource

  • There are many callbacks (such as ModelCheckpoint) that you can use to monitor your model during the training process. If you'd like, check out the details here. You're encouraged to begin with learning more about the EarlyStopping callback. If you'd like to see another code example of ModelCheckpoint, check out this blog.